home *** CD-ROM | disk | FTP | other *** search
- on clickOnDial tMySprite
- set the castNum of sprite tMySprite to the castNum of sprite tMySprite + 1
- if the castNum of sprite tMySprite > 78 then
- set the castNum of sprite tMySprite to 70
- end if
- puppetSound("dialturn")
- updateStage()
- repeat while soundBusy(1)
- nothing()
- end repeat
- end
-